home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer.shar / ns_resp.c-DIFFS < prev    next >
Encoding:
Text File  |  1996-10-25  |  525 b   |  16 lines

  1. *** ../vixie/named/ns_resp.c    Thu Dec  1 04:38:14 1994
  2. --- ns_resp.c    Thu Dec  1 15:20:44 1994
  3. ***************
  4. *** 742,749 ****
  5. --- 742,751 ----
  6.        *  If there are addresses and this is a local query,
  7.        *  sort them appropriately for the local context.
  8.        */
  9. + #if !defined(SETTRANSFER) || defined(ROUND_ROBIN)
  10.       if (ancount > 1 && (lp = local(&qp->q_from)) != NULL) 
  11.           sort_response(tp, ancount, lp, eom);
  12. + #endif /* !SETTRANSFER || ROUND_ROBIN */
  13.   
  14.       /*
  15.        * An answer to a T_ANY query or a successful answer to a
  16.